.ce_headercategory .header-left-column>ul {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ce_headercategory .header-left-column>ul li {
    height: 50%;
    width: 50%
}

.ce_headercategory .header-left-column>ul li:nth-child(3) {
    width: 10%
}

.ce_headercategory .header-left-column>ul li:nth-child(4) {
    width: 90%
}

.ce_headercategory .header-left-column>ul li .image_container {
    width: 100%;
    height: 100%
}

.ce_headercategory .header-left-column>ul li .image_container picture {
    display: block;
    width: 100%;
    height: 100%
}

.ce_headercategory .header-left-column>ul li .image_container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media only screen and (max-width: 1200px) {
    .ce_headercategory .header-left-column>ul {
        width:100%;
        height: 50vh
    }

    .ce_headercategory .header-left-column>ul li {
        height: 25vh
    }
}

@media (max-width: 480px) {
    .ce_headercategory .header-left-column>ul li:nth-child(3) {
        width:15%
    }

    .ce_headercategory .header-left-column>ul li:nth-child(4) {
        width: 85%
    }
}
